class n. 1.階級;社會等級。 2.學級;班級,年級,級,班;組;(有組織的)講習班;〔美國〕同年畢業班;【軍事】同年入伍士兵。 3.(高低、優劣的)等級;類別。 4.〔英大學〕(榮譽考試)優等;〔俚語〕高級,優秀;漂亮,優雅。 5.【生物學】(分類學的)綱;【礦物】晶族。 6.(一節)課。 the working class工人階級。 No class today. 今天沒課。 C- is over. 下課。 boycott classes 罷課。 the first [second] class頭[二]等。 high [low] class高[低]級。 There's a good deal of class about him. 他有很多優點。 He is not class enough. 他沒有什么了不起。 at the top of one's class 出類拔萃;居首要位置。 be no class 〔俚語〕不足道;無價值。 class of the field 〔美國〕比賽的優勝候補人。 get a class=obtain a class. in a class by itself 特好,出眾。 in class在上課中。 in the same class 〔美國〕同一類型的,同等的。 no class 〔俚語〕等外的,極壞的,蹩腳的〔用作表語〕。 not in the same class with 不能同…相比,無法和…相提并論,比不上…。 obtain a class=take a class 畢業考試得優等。 take a class at (Oxford) 在(牛津大學)進榮譽班。 take a class of (beginners) 擔任(初級)班(的教師)。 take classes in (history) 聽(歷史)課,選修(歷史)課程。 the classes 上層社會;知識階級。 the classes and masses 各階級和各階層。 vt. 把…分類,把…分等[分級];給…定等級,把…分組。 vi. 屬于…類[等、級、組]。 adj. -able 可分類[等級]的。 adj. -less 無階級的。
Batteries , for which microsoft supplies a generic class driver 電池,微軟對它提供一個普遍的類驅動。
The combination of minidriver and class driver adds up to a single function driver 迷你驅動核類驅動的聯合組成了一個單一的函數驅動。
Video cards . these devices require a video minidriver that works with the video port class driver 顯卡。這些設備請求一個視頻迷你驅動,它同視頻端口類驅動合作。
You may see pictures in which things called class drivers appear to be above or below a minidriver 你可以看到,在圖片中調用的類驅動出現在一個迷你驅動之上或之下。
In situations in which microsoft has provided a class driver for your type of hardware , your minidriver will dynamically link to the class driver 微軟已經為你的硬件中類提供了一類驅動的情況下,你的迷你驅動將動態鏈接到這類驅動。
You ' ll probably never need to write a class driver because microsoft would like to reserve that specialty to itself in order to serve the broadest range of hardware makers 你可能永遠也不需要編寫一類驅動,因為微軟愿意特別為他自己保留,以便為硬件生產者最廣闊的范圍服務。
The basic rule of thumb is that if microsoft has written a class driver for the type of device you ' re trying to support , you should write a minidriver to work with that class driver 單憑基本的經驗,如果微軟已經為你試著支持的那類設備編寫了一類驅動,你應該編寫一個同那類驅動合作的迷你驅動。
Your minidriver is nominally in charge of the device , but you ' ll call subroutines in the class driver that basically take over the management of the hardware and call back to you to do various device - dependent things 你的迷你驅動在名義上管理設備,但是你將調用在類驅動中的子程序,基本上(類驅動)接管了硬件的管理并且回復你以便完成不同的設備依賴事件。
Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior ) 在wdm驅動的范疇里,你還要區分類驅動(管理屬于某些明確定義設備類的設備)和迷你驅動,以及單片函數驅動(具體化所有支持一個硬件設備所需的功能)和篩選驅動(為一個特殊的設備過濾一些i / o操作一邊增加或者定義行為) 。
百科解釋
In computing, a class driver is a type of hardware device driver that can operate a large number of different devices of a broadly similar type.